﻿@charset "utf-8";

/* ==========================================================================
   通用布局与组件
 ============================================================================ */
/* 外部字体 */
@font-face {
    font-family: "junyiShoushu";
    src: url("../../asset/fonts/font-junyiShoushu.ttf"),
    url("../../asset/fonts/font-junyiShoushu.ttf"),
    url("../../asset/fonts/font-junyiShoushu.ttf"),
    url("../../asset/fonts/font-junyiShoushu.ttf");
}

/* 布局 */
section[class^="in-"] {
    position: relative;
}

section[class^="in-"]:before {
    content: "";
    position: absolute;
    top: calc(50% - 265px);
    left: 0;
    display: block;
    width: 270px;
    height: 530px;
    pointer-events: none;
}

section[class^="in-"]:after {
    content: "";
    position: absolute;
    top: calc(50% - 265px);
    right: 0;
    display: block;
    width: 270px;
    height: 530px;
    pointer-events: none;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.in-business:before,
.in-business:after,
.in-travel:before,
.in-travel:after {
    display: none;
}

section[class^="in-"] .main-con {
    position: relative;
    z-index: 1;
    /*padding: 100px 0;*/
}
.p_tbmain{
    padding-top:60px;
    padding-bottom:100px;
}


.item-list {
    display: flex !important;
    display: -webkit-flex !important;
    flex-wrap: wrap;
    align-content: flex-start;
}

.item-list.-text-style {}

.item-list.-text-style .info {
    position: relative;
    padding: 24px;
}

.item-list.-text-style .tit {
    margin-bottom: 10px;
}

.item-list.-text-style .tit a {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #181818;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
}

.item-list.-text-style .text {
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 14px;
    color: #7f7f7f;
    overflow: hidden;
}

.item-list.-text-style .text p {}

.item-list.-text-style .date {}

.item-list.-text-style .date .kosnfont {
    margin-right: 2px;
    font-size: 12px;
    color: #bf5757;
}

.item-list.-text-style .date time {
    font-size: 12px;
    color: #b1b1b1;
}

.item-list.-text-style .info dd.kosnfont {
    position: absolute;
    right: 26px;
    bottom: 24px;
    font-size: 12px;
    color: #b1b1b1;
}

/* hover */
.item-list.-text-style .tit a:hover {
    color: #bf5757;
}

/* 主题背景 */
.main_bgimg{
    width:100%;
    background-color:#444a5d;
}

.main_bgwiki {
    width:100%;
    background-image: url("../images/bg-wiki.png");
    background-color:#444a5d;
}


.theme-bg {
    position: absolute;
    top: 0;
    width: calc(100% - 100px);
    height: 100%;
    background: #444a5d;
}

.theme-bg.-left {
    margin-right: 100px;
    border-radius: 0 500px 500px 0;
}

.theme-bg.-right {
    margin-left: 100px;
    border-radius: 1000px 0 0 1000px;
}

/* 一级标题 */
.in-title {
    display: block;
    width: fit-content;
    margin: 0 auto 30px;
    padding: 0 100px;
    text-align: center;
}

.in-title .tit {
    position: relative;
    height: 60px;
    margin-bottom: 4px;
    line-height: 54px;
    font-family: "junyiShoushu";
    font-size: 50px;
    font-weight: normal;
    color: #444a5d;
    transition: all 0.3s ease-out 0s;
}

.in-title .tit:before {
    content: "";
    position: absolute;
    top: 18px;
    right: 230px;
    display: block;
    width: 53px;
    height: 30px;
    background: url("../images/icon-tit-01.png") no-repeat;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.in-title .tit:after {
    content: "";
    position: absolute;
    top: 18px;
    right: -80px;
    display: block;
    width: 53px;
    height: 30px;
    background: url("../images/icon-tit-01.png") no-repeat;
}

.in-title .en {
    font-size: 10px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: rgba(68,74,93,.6);
    transition: all 0.3s ease-out 0s;
}

/* variants */
.in-title.-white {}

.in-title.-white .tit {
    color: #fff;
}

.in-title.-white .tit:before,
.in-title.-white .tit:after {
    background: url("../images/icon-tit-02.png");
}

.in-title.-white .en {
    color: rgba(255,255,255,.6);
}

.in-title.-left {
    margin-left: unset;
    padding-left: unset;
    text-align: left;
}

.in-title.-left .tit:before {
    display: none;
}

.in-title.-left .en {
    padding-left: 10px;
}

/* hover */
.in-title:hover .tit {
    color: #e89764;
}

.in-title:hover .en {
    color: rgba(232,151,100,.6);
}

/* 更多 */
.in-more {
    display: block;
    width: fit-content;
    height: 38px;
    margin: 80px auto 0;
    border: 1px solid rgba(214,174,103,.6);
    border-radius: 10px 22px;
    padding: 0 56px;
    line-height: 38px;
    font-size: 14px;
    font-weight: bold;
    color: #d6ae67;
    transition: all 0.3s ease-out 0s;
}

.in-more .kosnfont {
    margin-left: 10px;
    font-size: 10px;
}

/* variants */
.in-more.-white {
    border-color: rgba(255,255,255,.6);
    color: #fff;
}

.in-more.-left {
    margin-left: unset;
}

/* hover */
.in-more:hover {
    border-color: #bf5757;
    background: #bf5757;
    color: #fff;
}

/* 文字容器 */
.text-box {
    line-height: 22px;
    font-size: 14px;
}

.text-box p {}

.text-box img {
    display: none;
}

/* ==========================================================================
   轮播
 ============================================================================ */
.bnr {
    position: relative;
    z-index: 0;
    width:100%;
    /*width: calc(100% - 100px);*/
    /*margin-left: 100px;*/
    /*border-radius: 500px 0 0 500px;*/
    /*overflow: hidden;*/
}

.bnr .bd {
    position: relative;
    z-index: 0;
    width: 100% !important;
    height: 700px !important;
    background-color: #444a5d;
    overflow: hidden;
}

.bnr .bd ul {
    /*width: 100% !important;*/
    /*height: 700px !important;*/
}

.bnr .bd li {
    /*background:url("../images/loading.gif");*/
    background-repeat: no-repeat;
    background-position: center center;
    text-indent:-100000px;
}

.bnr .bd li a {
    cursor: pointer;
    display: block;
    width:100%;
    height:700px;
}

/*.bnr .bd img {*/
/*    position: relative;*/
/*    left: -100px;*/
/*    display: block;*/
/*}*/

/* response */
/*@media only screen and (max-width: 1700px) {*/
/*    .bnr .bd img {*/
/*        left: -200px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 1600px) {*/
/*    .bnr .bd img {*/
/*        left: -300px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 1500px) {*/
/*    .bnr .bd img {*/
/*        left: -400px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 1400px) {*/
/*    .bnr .bd img {*/
/*        left: -500px;*/
/*    }*/
/*}*/

.bnr .hd {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 70px;
    text-align: center;
    line-height: 70px;
    _background: #000000;
    _filter: alpha(opacity=60);
}

.bnr .hd ul {
    text-align: center;
}

.bnr .hd ul li {
    display: inline-block;
    overflow: hidden;
    margin: 4px;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: rgba(255,255,255,.8);
    line-height: 9999px;
    cursor: pointer;
    zoom: 1;
}

.bnr .hd ul .on {
    width: 20px;
    background: #bf5757;
}

.bnr .btn {
    position: absolute;
    top: 50%;
    z-index: 0;
    display: none;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.bnr .prev {
    left: 3%;
    background: rgba(0,0,0,.0) url(../images/ar_l.png) center no-repeat;
}

.bnr .next {
    right: 3%;
    background: rgba(0,0,0,.0) url(../images/ar_r.png) center no-repeat;
}

.bnr:hover .prev,.bnr:hover .next {
    display: block;
}

.bnr:hover .prev:hover,.bnr:hover .next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* ==========================================================================
   关于我们
 ============================================================================ */
.in-about {
    position: relative;
}

.in-about:before {
    background: url("../images/bg-about.png") no-repeat left center;
}

.in-about:after {
    background: url("../images/bg-about.png") no-repeat right center;
}

.in-about .main-con {
    display: flex !important;
    display: -webkit-flex !important;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
}

.in-about .content-box,.in-about .lr-box  {
    width:874px;
}

.in-about .text-box {
    width:500px;
    max-height: calc(22px * 6);
    overflow: hidden;
}

.in-about .img-box {
    width: 300px;
}
.in-about .img-box img{
    width:100%;
}

.in-about .in-more {
    margin-top: 40px;
}


/*.in-about .right-box {*/
/*    width: 306px;*/
/*}*/

/*右侧公告*************************************/
.ingglist li{
    padding:3px 3px 3px 10px;
    border-radius:10px;
    /*background-color: #fff;*/

    border-bottom:1px solid #ececec;
    margin-bottom:5px;


    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);*/
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);*/
    /*-o-border-image: linear-gradient(hsla(0,0%,100%,.95),hsla(0,0%,100%,.95));*/
    /*border-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.95)),to(hsla(0,0%,100%,.95)));*/
    /*border-image: linear-gradient(hsla(0,0%,100%,.95),hsla(0,0%,100%,.95));*/
}
.ingglist li:hover{
    background-color: #f8f8f8;
}

.ingglist li a{
    width:100%;
    height:44px;
    line-height:22px;
    font-size:14px;
    overflow: hidden;
    text-align: left;

    display: flex;
    display: -webkit-flex;
    align-items: center;
    /*justify-content: center;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ingglist li a:hover {
    color: #bf5757;
    border-color: #4f4f4f!important;
}
.ingglist a.header i{
    color: #c7c7c7;
}
.ingglist .lr{

    display:block;
}
.ingglist .lr .listpic{
    width: 100px!important;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    overflow: hidden;
    float: none;
    margin: 0;
    padding: 0;
    max-height: 75px;
    -ms-flex-item-align: top;
    align-self: auto;
    margin-right:0.5em;
}
.ingglist .lr .listpic img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: .125em;
    border: none;
}
.ingglist .lr .wzlr{
    font-size:1em;
    max-height:5em;

}

.ingglist .lr .wzlr p{
    max-height:3em;
    line-height:1.5em;
    display: -webkit-box;
    margin-bottom:0.6em;
    /*text-indent:2em;*/

    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    /*因为代码环境的关系-webkit-box-orient被过滤掉了 autoprefixer 这个关键字可以免除被过滤的动作*/
    word-wrap:break-word;
    word-break:break-all;

}
.ingglist .lr .wzlr span i{
    margin-right:.2rem;
}

/* ==========================================================================
   景区链接
 ============================================================================ */
.in-Sceniclinks{
    width:100%;
    display: flex;
    display:inline-flex;
    justify-content:space-around;
    align-items:center;
    /*flex-direction: row;*/

}

.in-Sceniclinks .text-box {
    width:50%;
    text-align:left;
    color: #fff;
}

.in-Sceniclinks .mainlrbox{
    width:500px;
    min-height:36px;
    padding:30px 20px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    /*right:45px;*/
    position: relative;
    border: 1px solid #d8d8d8;
    border-radius: 5px!important;
    -webkit-box-shadow: 0 0 3px -1px #525252;
    -moz-box-shadow: 0 0 3px -1px #525252;
    box-shadow: 0 0 3px -1px #525252;
    -webkit-animation: 1s mainbox;
    animation: 1s mainbox;
    /*
        transition:all .5s;
        -moz-transition:all .5s;
        -webkit-transition:all .5s;
        -o-transition:all .5s;
         opacity: 0;

    */
}


.in-Sceniclinks .mainlrbox .btsj{
    overflow: hidden;
    position: absolute;
    text-align:center;
    width:10px;
    height:21px;
    left:-10px;
    top:50%;
    margin-top:-8px;
    z-index: 1;
    display: block;
}

.in-Sceniclinks .mainlrbox .btsj:after {
    border: 1px solid;
    content: "";
    display: block;
    position: absolute;
    left:11px;
    margin-top:0;
    width:13px;
    height:13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
    /*background: rgba(255,255,255,.6);*/
    background:#fff;
    border-color: #d8d8d8;
}

.in-Sceniclinks .imgbox{
    width:45%;
}
.in-Sceniclinks .imgbox .imgs{
    width:45%;
    display: block;
    width:200px;
    height:200px;
    float: right;
    display: block;
    background-color: white;
}
.in-Sceniclinks .imgbox .imgs img{
    width:100%;
    display: block;
}

/* ==========================================================================
   业务范围
 ============================================================================ */
.in-business {}

.in-business .text-box {
    max-height: calc(22px * 6);
    padding: 0 130px;
    text-align: center;
    color: #fff;
}

.in-business .theme-bg {
    /* background-size: 100% auto !important; */
}

/* ==========================================================================
   游在怒江
 ============================================================================ */
.in-travel {}

.in-travel:before {
    background: url("../images/bg-travel.png") no-repeat left center;
}

.in-travel:after {
    background: url("../images/bg-travel.png") no-repeat right center;
}

.in-travel .content-box {
    display: flex !important;
    display: -webkit-flex !important;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
}




.in-travel .sub-tit,.in-about .right-box .sub-tit{
    display: inline-flex !important;
    display: -webkit-inline-flex !important;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 14px;
}

.in-travel .sub-tit .tit,.in-about .right-box .sub-tit .tit{
    position: relative;
    height: 24px;
    padding-left: 15px;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #444a5d;
    transition: all 0.3s ease-out 0s;
}

.in-travel .sub-tit .tit:before,.in-about .right-box .sub-tit .tit:before{
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 6px;
    height: 17px;
    border-radius: 0 3px;
    background: #80a19f;
}

.in-travel .sub-tit .more,.in-about .right-box .sub-tit .more{
    line-height: 24px;
    font-size: 14px;
    color: #d6ae67;
    transition: all 0.3s ease-out 0s;
}

.in-travel .sub-tit .kosnfont,.in-about .right-box .sub-tit .kosnfont{
    margin-left: 6px;
    font-size: 10px;
}

/* hover */
.in-travel .sub-tit .tit:hover,
.in-travel .sub-tit .more:hover {
    color: #bf5757;
}

/* 游在怒江 - 旅游线路
 ============================================================================ */
.in-travel .left-box {
    width: 874px;
}

.in-travel .left-box .item-list {}

.in-travel .left-box .item {
    width: calc((100% / 3) - 14px);
    margin: 0 20px 20px 0;
}

.in-travel .left-box .img-box .img-11 {
    border-radius: 15px 15px 0 0;
    background: #f5f5f5;
}

.in-travel .left-box .info {
    position: relative;
    border-radius: 0 0 15px 15px;
    padding: 24px 18px 22px;
    background: #f5f5f5;
}

.in-travel .left-box .info .tit {
    margin-bottom: 10px;
}

.in-travel .left-box .info a {
    display: block;
    height: calc(24px * 2);
    line-height: 24px;
    font-size: 16px;
    color: #181818;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
}

.in-travel .left-box .info .price {
    color: #bf5757;
}

.in-travel .left-box .info .price span {
    margin-right: 2px;
    font-size: 14px;
}

.in-travel .left-box .info .price em {
    height: 26px;
    line-height: 26px;
    font-size: 20px;
    font-weight: bold;
}

.in-travel .left-box .info .kosnfont {
    position: absolute;
    right: 22px;
    bottom: 24px;
    font-size: 12px;
    color: #b1b1b1;
}

/* hover */
.in-travel .left-box .info a:hover {
    color: #bf5757;
}

/* variants */
.in-travel .left-box .item:nth-child(3n) {
    margin-right: 0;
}

.in-travel .left-box .item:nth-last-child(-n+3) {
    margin-bottom: 0;
}

/* 游在怒江 - 景点介绍
 ============================================================================ */
.in-travel .right-box,.in-about .right-box {
    width: 306px;
}

.in-travel .right-box .item,.in-about .right-box .item{
    display: inline-flex !important;
    display: -webkit-inline-flex !important;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 20px;
}

.in-travel .right-box .img-box,.in-about .right-box .img-box{
    width: 136px;
    margin-right: 15px;
}

.in-travel .right-box .info,.in-about .right-box .info{
    flex: 1;
}

.in-travel .right-box .info .tit,.in-about .right-box .info .tit{
    margin: 4px 0 6px 0;
}

.in-travel .right-box .info .tit a,.in-about .right-box .info a {
    display: block;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    color: #181818;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
}

.in-travel .right-box .info .text,.in-about .right-box .text{
    height: calc(20px * 3);
    line-height: 20px;
    font-size: 12px;
    color: #7f7f7f;
    overflow: hidden;
}


/* hover */
.in-travel .right-box .info .tit a:hover {
    color: #bf5757;
}

/* variants */
.in-travel .right-box .item:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   怒江百科
 ============================================================================ */
.in-wiki {}

.in-wiki .item-list {}

.in-wiki .item-list .item {
    width: calc((100% / 3) - 14px);
    margin: 0 20px 20px 0;
    border-radius: 15px;
    box-shadow: 0 3px 7px 2px rgba(0,0,0,.05);
}

.in-wiki .item-list .img-box .img-43 {
    border-radius: 15px 15px 0 0;
}

.in-wiki .item-list .info {
    border-radius: 0 0 15px 15px;
    background: #fff;
}

.in-wiki .item-list .info .text {
    height: calc(22px * 2);
}

/* variants */
.in-wiki .item-list .item:nth-child(3n) {
    margin-right: 0;
}

.in-wiki .item-list .item:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.in-wiki .theme-bg {
    background-image: url("../images/bg-wiki.png");
}

/* ==========================================================================
   新闻资讯
 ============================================================================ */
.in-news {}

.in-news:before {
    background: url("../images/bg-news.png") no-repeat left center;
}

.in-news:after {
    background: url("../images/bg-news.png") no-repeat right center;
}

.in-news .item-list {}

.in-news .item-list .item {
    width: calc((100% / 3) - 14px);
    margin-right: 20px;
}

.in-news .item-list .item .info {
    margin: -40px 15px 0;
    border-radius: 15px;
    background: #f5f5f5;
}

.in-news .item-list .item .info .tit a {
    height: unset;
    max-height: calc(24px * 2);
}

.in-news .item-list .item .info .text {
    height: calc(20px * 2);
    margin-bottom: 16px;
}

/* variants */
.in-news .item-list .item:last-child {
    margin-right: 0;
}

/* ==========================================================================
   友情链接
 ============================================================================ */
.in-link {}

.in-link:before,
.in-link:after {
    display: none;
}

.in-link ul {
    display: flex !important;
    display: -webkit-flex !important;
    flex-wrap: wrap;
    align-content: flex-start;
}

.in-link li {}

.in-link .tit {
    margin-right: 14px;
    line-height: 48px;
    font-size: 16px;
    color: #4e4e4e;
}

.in-link .tit .kosnfont {
    margin-right: 6px;
    font-size: 10px;
    color: #7d7d7d;
}

.in-link .item {}

.in-link .item a {
    display: block;
    height: 48px;
    padding: 0 10px;
    line-height: 48px;
    font-size: 12px;
    color: #7f7f7f;
}

/* hover */
.in-link .item a:hover {
    color: #bf5757;
}

/*优惠券弹窗*/
.coupon_layer {
    background-color: rgba(0,0,0,0) !important;
    box-shadow: unset !important;
}

.coupon_pic {
    display: none;
    width: 420px;
}

.coupon_pic a {
}

.coupon_pic a img {
    max-width: 100%;
}



